db_venik
Previous topic Chapter index Next topic

Foreign Key: fk_lieu_commun

 

 

Schema

public

 

Table

lieu

 

Descriptions

There is no description for foreign key fk_lieu_commun

 

Definition

FOREIGN KEY (idlieu_commun)
   REFERENCES public.lieu(idlieu)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic